home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Horoscope Companion: Taurus
/
Horoscope Companion: Taurus.iso
/
pc
/
taurus
/
contents.dir
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-08
|
275 b
|
17 lines
on mouseDown
if hButtonAction01() then
mouseUp()
end if
end
on mouseUp
global gSoundFadeOut, gWhichMovie
cursor(4)
hAddBookmark()
hCheckCurrentFrameLabel()
sound fadeOut 1, 1 * 60
set gSoundFadeOut to 1
set gWhichMovie to "QUIT.DIR"
startTimer()
end